Einhugur macOS Bridge plugin.

NSSavePanel.CanCreateDirectories Property

A Boolean value that indicates whether the panel displays UI for creating directories.

CanCreateDirectories as Boolean {Read and Write}

Remarks

When the value of this property is True, the panel includes UI to create new directories. When the value is False, the panel does not expose that UI.

In our tests on macOS Catalina then setting this to false had no effect. It is unclear in which cases this one can remove the New Directory button.

See Also

NSSavePanel Class